home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #64 (1992-08-13)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #64 (1992-08-13)(Amiga User Gruppe Einzugsgebiet 4000).adf / TKEd / Install_Fonts < prev    next >
Text File  |  1992-06-12  |  267b  |  14 lines

  1. ECHO "assign TKEd:"
  2. ASSIGN TKEd: ""
  3. ECHO "OK. installing fonts"
  4. copy TKEd:fonts/TKEd.font to fonts:
  5. failat 30
  6. makedir fonts:TKEd
  7. failat 10
  8. copy TKEd:fonts/TKEd/11 to fonts:TKEd
  9. copy TKEd:fonts/TKEd/13 to fonts:TKEd
  10. copy TKEd:fonts/TKEd/16 to fonts:TKEd
  11. ECHO "DONE"
  12.  
  13.  
  14.